home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / timer.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  548 b   |  10 lines

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. #macro AddTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -42(a6)'
  6. #macro SubTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -48(a6)'
  7. #macro CmpTime(dest,src) IS Stores(timerbase,dest,src) BUT Loads(A6,A0,A1) BUT ASM ' jsr -54(a6)'
  8. #macro ReadEClock(dest) IS (A0:=dest) BUT (A6:=timerbase) BUT ASM ' jsr -60(a6)'
  9. #macro GetSysTime(dest) IS (A0:=dest) BUT (A6:=timerbase) BUT ASM ' jsr -66(a6)'
  10.